home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / x_traini.swf / scripts / frame_5 / DoAction.as
Text File  |  2010-03-13  |  320b  |  17 lines

  1. iScore = Math.floor(iFramesPlayed / iFPS * 1000) / 1000;
  2. i = 0;
  3. while(i < iBulletNo + 1)
  4. {
  5.    _root[S_BULLET + i].removeMovieClip();
  6.    i++;
  7. }
  8. sndBg.stop("sndBg");
  9. if(1 < iScore / iTouch && 10 < iScore)
  10. {
  11.    gotoAndStop(7);
  12. }
  13. txtTime = iScore;
  14. txtBulletNo = iBulletNo;
  15. txtRank = getRank(iScore);
  16. stop();
  17.